#contact {
    width: 100vw;
    height: 100vh;
    background-color: black;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.card {
    width: 40vw;
    height: 20vh;
    padding: 2%;
    background-color: wheat;
    border-radius: 20px;
    margin: 2%;
}

.icons{
    width: 20px;
    display: inline;
}

#map-li {
    width: 100vw;
    height: 50vh;
    margin-bottom: 2%;
}

#fis {
    margin-top: 10%;
}

@media (max-width: 700px) {
    #contact {
        width: 100vw;
        height: 100vh;
        background-color: black;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #fis {
        margin-top: 30%;
    }

    .card {
        height: 40vh;
        width: 88vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2%;
    }

    #map-li {
        height: 30vh;
    }
    
    #map{
      margin-bottom: 20%
       
      }
}